home *** CD-ROM | disk | FTP | other *** search
/ Electronic Entertainment 1995 April / Electronic Entertainment CD-ROM Sampler Disc (April 1995).iso / mac / MacFiles / neonNSWK.DIR / 00704_Script_704 < prev    next >
Text File  |  1994-11-08  |  377b  |  21 lines

  1. global optionMarker
  2. if rollover (the ClickOn) then
  3.   quickpackcleanup
  4.   if SportQuickPack = "J Package" then
  5.     set optionMarker =  "2drSportSelOptJPack"
  6.     cursor 4
  7.     unloadCast
  8.     go to "Clear"
  9.   else if SportQuickPack = "K Package" then
  10.     set optionMarker = "2drSportSelOptKPack"
  11.     cursor 4
  12.     unloadCast
  13.     go to "Clear"
  14.   end if
  15. end if
  16.  
  17.  
  18.  
  19.  
  20.  
  21.